LOAD_PHYSICAL_ADDR is the physical address at which the kernel should be loaded. #define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \
+ (CONFIG_PHYSICAL_ALIGN - 1)) \
& ~(CONFIG_PHYSICAL_ALIGN - 1))
CONFIG_PHYSICAL_START is 0x1000000.