RK3326 boots

This commit is contained in:
sydarn 2024-01-23 12:43:48 +01:00 committed by fewtarius
parent dc6d53d1ef
commit f42e4c7e66
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 1 additions and 3 deletions

View file

@ -38,8 +38,7 @@
PKG_DATAFILE="$PKG_RKBIN/bin/rk33/rk3326_ddr_333MHz_v1.15.bin"
PKG_LOADER="$PKG_RKBIN/bin/rk33/rk3326_miniloader_v1.28.bin"
PKG_BL31="$PKG_RKBIN/bin/rk33/rk3326_bl31_v1.22.elf"
PKG_LOAD_ADDR="0x02000000"
DTB_LOAD_ADDR="0x01f00000"
PKG_LOAD_ADDR="0x00200000"
BOOT_INI=true
BOOT_PART="1:1"
EXT_LINUX_CONF=false

View file

@ -177,7 +177,6 @@ make_target() {
NO_LIBTRACEEVENT=1 \
NO_LZMA=1 \
NO_SDT=1 \
NO_LIBTRACEEVENT=1 \
CROSS_COMPILE="${TARGET_PREFIX}" \
JOBS="${CONCURRENCY_MAKE_LEVEL}" \
make ${PERF_BUILD_ARGS}