mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-08-15 05:18:32 +00:00
uniLoader: Migrate to kconfig based configurations
Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
This commit is contained in:
15
include/generated/autoconf.h
Normal file
15
include/generated/autoconf.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* Automatically generated C config: don't edit
|
||||
* uniLoader Configuration
|
||||
*/
|
||||
#define CONFIG_PAYLOAD_SIZE 0x2000000
|
||||
#define CONFIG_PAYLOAD_ENTRY 0x090000000
|
||||
#define CONFIG_EXYNOS 1
|
||||
#define CONFIG_SIMPLE_FB 1
|
||||
#define CONFIG_EXYNOS_8895 1
|
||||
#define CONFIG_SAMSUNG_DREAMLTE 1
|
||||
#define CONFIG_FRAMEBUFFER_STRIDE 4
|
||||
#define CONFIG_FRAMEBUFFER_WIDTH 1440
|
||||
#define CONFIG_FRAMEBUFFER_HEIGHT 2960
|
||||
#define CONFIG_FRAMEBUFFER_BASE 0xcc000000
|
||||
#define CONFIG_CROSS_COMPILE "aarch64-linux-gnu-"
|
||||
Reference in New Issue
Block a user