[uboot] porting cvitek asic chips:
1. add cvitek folders to u-boot-2021.10 2. add cv183x/cv182x part 3. add cv181x/cv180x part Change-Id: I6dc2e5ff509dbab16bd60bfb3fd61852da5e01f6
This commit is contained in:
@ -43,6 +43,15 @@ const uchar default_environment[] = {
|
||||
#ifdef CONFIG_NFSBOOTCOMMAND
|
||||
"nfsboot=" CONFIG_NFSBOOTCOMMAND "\0"
|
||||
#endif
|
||||
#ifdef CONFIG_NANDBOOTCOMMAND
|
||||
"nandboot=" CONFIG_NANDBOOTCOMMAND "\0"
|
||||
#endif
|
||||
#ifdef CONFIG_EMMCBOOTCOMMAND
|
||||
"emmcboot=" CONFIG_EMMCBOOTCOMMAND "\0"
|
||||
#endif
|
||||
#ifdef CONFIG_NORBOOTCOMMAND
|
||||
"norboot=" CONFIG_NORBOOTCOMMAND "\0"
|
||||
#endif
|
||||
#if defined(CONFIG_BOOTDELAY)
|
||||
"bootdelay=" __stringify(CONFIG_BOOTDELAY) "\0"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user