driver:e24: change e24 reset vector to 0x6ce00000

change e24 reset vector to 0x6ce00000

Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
This commit is contained in:
shanlong.li
2023-07-05 01:19:15 -07:00
committed by Andy Hu
parent ec9c081c75
commit 4083116aa4

View File

@@ -13,7 +13,7 @@
#include "starfive_e24.h"
#include "starfive_e24_hw.h"
#define RET_E24_VECTOR_ADDR 0xc0000000
#define RET_E24_VECTOR_ADDR 0x6CE00000
static void halt(void *hw_arg)
{