Searched refs:DTB_LOAD_ADDR (Results 1 – 3 of 3) sorted by relevance
18 DTB_LOAD_ADDR=`awk '/CONFIG_XILINX_OF_BOARD_DTB_ADDR/ { print $3 }' include/generated/autoconf.h`19 if [ ! -z "$DTB_LOAD_ADDR" ]; then20 DTB_LOAD="load = <$DTB_LOAD_ADDR>;"
12 #define DTB_LOAD_ADDR 0x5600000 macro
Completed in 2 milliseconds