U-Boot启动Linux内核
1、U_BOOT_CMD( bootm, CFG_MAXARGS, 1,do_bootm, "bootm - boot application image from memory
", "[addr [arg ...]]
- boot application image stored in memory
" " passing arguments "arg ..."; when booting a Linux kernel,
" " "arg" ca...