Skip to content

Commit

Permalink
sabrina: Enable Amlogic update mode
Browse files Browse the repository at this point in the history
Change-Id: I6cd0ede1f225fef5d7867218d8003e425264d27a
  • Loading branch information
frederic authored and npjohnson committed Jul 21, 2021
1 parent 845ca51 commit 1a9aba0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions board/amlogic/configs/sm1_sabrina_v1.h
Original file line number Diff line number Diff line change
Expand Up @@ -445,18 +445,13 @@
"fi;" \
"\0"

#ifdef AML_DISABLE_UPDATE_MODE
#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_EXTRA_ENV_SETTINGS_RELEASE
#define CONFIG_BOOTDELAY 0
#else
#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_EXTRA_ENV_SETTINGS_DEV
#define CONFIG_BOOTDELAY 1
//UBOOT Facotry usb/sdcard burning config
#define CONFIG_AML_V2_FACTORY_BURN 1 //support facotry usb burning
#define CONFIG_AML_FACTORY_BURN_LOCAL_UPGRADE 1 //support factory sdcard burning
#define CONFIG_POWER_KEY_NOT_SUPPORTED_FOR_BURN 1 //There isn't power-key for factory sdcard burning
#define CONFIG_SD_BURNING_SUPPORT_UI 1 //Displaying upgrading progress bar when sdcard/udisk burning
#endif // AML_DISABLE_UPDATE_MODE

#define CONFIG_PREBOOT \
"run bcb_cmd; " \
Expand Down

0 comments on commit 1a9aba0

Please sign in to comment.