aboutsummaryrefslogtreecommitdiff
path: root/include/configs/uniphier.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-19 14:29:00 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:13:28 -0400
commit7ae1b0804d8837ecec14538f18903793d187f328 (patch)
tree65bc3afb87449a5f65470daea89cf6acccf3b828 /include/configs/uniphier.h
parent5afdcca019915153db59ea9551bdd0eda11707f1 (diff)
downloadu-boot-7ae1b0804d8837ecec14538f18903793d187f328.zip
u-boot-7ae1b0804d8837ecec14538f18903793d187f328.tar.gz
u-boot-7ae1b0804d8837ecec14538f18903793d187f328.tar.bz2
ppc: Rework some hard-coded BOOTCOMMANDS
There are an assortment of hard-coded CONFIG_BOOTCOMMAND options in some board headers. Rework these so that they do not add to the CONFIG namespace. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r--include/configs/uniphier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 12028e5..a81fa9d 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -84,7 +84,7 @@
#endif
#define CONFIG_ROOTPATH "/nfs/root/path"
-#define CONFIG_NFSBOOTCOMMAND \
+#define NFSBOOTCOMMAND \
"setenv bootargs $bootargs root=/dev/nfs rw " \
"nfsroot=$serverip:$rootpath " \
"ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off;" \