Hi Josh, by log I mean the kernel log which is shown on the serial console when Linux boots:
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
Linux version 3.0.35-2666-gbdde708 (r65388@shlinux3) (gcc version 4.6.2 20110630 (prerelease) (Freescale MAD -- Linaro 2011.07 -- Built at 2011/08/10 09:20) ) #1 SMP PREEMPT Fri Aug 16 10:43:44 CST 2013
CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: Freescale i.MX 6Quad/DualLite/Solo Sabre-SD Board
Ignoring unrecognised tag 0x54410008
Memory policy: ECC disabled, Data cache writealloc
CPU identified as i.MX6Q, silicon rev 1.1
PERCPU: Embedded 7 pages/cpu @8c008000 s5440 r8192 d15040 u32768
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 194560
Kernel command line: console=ttymxc0,115200 root=/dev/nfs ip=dhcp nfsroot=10.112.101.117:/home/b42214/fsl/BSP/images/linux/L3.0.35_4.1.0_130816/L3.0.35_4.1.0_130816_images_MX6/rootfs,v3,tcp video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666
In the other hand, stop the booting process on U-boot and print the bootargs variable, you should also see the parameter there.
Leo